home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 January / MacHome Magazine Demo Disc January 2001.iso / mac / Software / Networking / InterMapper 3.0 - PPC.sea / InterMapper 3.0 - PPC / InterMapper™ 3.0-PPC / InterMapper™ 3.0-PPC.rsrc / PrTy_145_com.dartware.tcp.basic < prev    next >
Encoding:
Text File  |  2000-07-24  |  824 b   |  40 lines

  1. <!-- 
  2.     Basic TCP (com.dartware.tcp.basic)
  3.     Copyright © 2000 Dartware, LLC. All rights reserved.
  4. -->
  5.  
  6. <header>
  7.     type            =     "tcp-script"
  8.     package            =     "com.dartware"
  9.     probe_name        =    "tcp.basic"
  10.     human_name        =    "Basic TCP"
  11.     version            =     "1.1"
  12.     address_type    =     "IP"
  13.     port_number        =    "23"
  14.     
  15.     old_protocol    =     "8"            # Backward compat. with old numbering scheme.
  16.     old_script        =     "8008"
  17.  
  18. </header>
  19.  
  20. <description>
  21.  
  22. ≤GB≥Basic TCP Connection Test≤P≥
  23.  
  24. This basic TCP probe tests whether a TCP port accepts connections or not. If the specified port accepts the TCP connection, the device is reported UP. If the specified port fails to accept the TCP connection within sixty seconds, the device is reported DOWN.
  25.  
  26. </description>
  27.  
  28. <parameters>
  29.  
  30. -- No parameters
  31.  
  32. </parameters>
  33.  
  34. <script>
  35.  
  36. CONN #60 (connect timeout in secs)
  37. DONE OKAY
  38.  
  39. </script>
  40.